Welcome![Sign In][Sign Up]
Location:
Search - word bmp

Search list

[Printing programrResReportDemo

Description: 一个很好的报表控件,该控件可以制作象WORD一样的文档,可以添加BMP图,可以预览和打印,VC调用方便简单,是一个非常使用的控件资源。-a very good statements control, the controller can produce the same as Word documents, BMP can add maps, and print preview, easy to use call VC is a very use of the resource control.
Platform: | Size: 60207 | Author: ZHOUYP | Hits:

[Printing programbitmap_new

Description: 用DDK实现的虚拟打印机,可以将txt、word、PDF文档打印成图片格式(jpg,bmp)
Platform: | Size: 84290 | Author: 孙苏 | Hits:

[Other resourceBMP

Description: BMP图象解析,分析了BMP图像的结构,并且用WORD形式做了总结。程序是用MFC做的。可以显示BMP图片,是一些基础知识点
Platform: | Size: 70371 | Author: 韩义 | Hits:

[GDI-Bitmap位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

Description: 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp(); //复制构造函数 tmBmp(const tmBmp & bmp); virtual const tmBmp & operator = (const tmBmp & init); //打开位图 virtual bool openBmp(const std::string fname); //另存位图 virtual bool saveBmp(const std::string fname); //保存位图 virtual bool saveBmp(); //创建一幅位clrBit位,宽imw高imH的位图 virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH); //从灰度数组,创建灰度图像 template bool createGrayBmp(T * imArray,DWORD imW,DWORD imH); //释放读入的图像 virtual void releaseBmp(); //获得图像的宽度 DWORD getWidth(); //获得图像的高度 DWORD getHeight(); //获得颜色位数 WORD getClrBit(); //显示位图信息 void showBmpInfo(); //获取调色板某一元素的值,存入RGBQuad bool getRGBQuad(RGBQuad &, BYTE index); //用RGBQuad更改调色板某一元素的值 bool setRGBQuad(RGBQuad &, BYTE index); //重命名位图 void rename(const std::string fname = "新建位图.bmp"); //颜色反转 virtual void reverseColor(); //将一幅图片的像素区,装换为灰度值数组 template bool tranToArray(T * pixelArray); //如果是8位以内的图像本函数为 //在图像上(x,y)处画颜色索引为redPart的点 //对于16,24,32位的图像为 //在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点 //x为行号,y为列号 bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Platform: | Size: 15714 | Author: tr0217 | Hits:

[GDI-Bitmap模拟windows自带的画图程序

Description: 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界面与功能: (1) 有画直线、矩形、椭圆的工具箱。 (2) 有颜色选择工具箱。 (3) 对于当前选中的绘图工具,以“下沉”的形式显示。 (4) 在状态栏中显示鼠标的位置。 (5) 在鼠标移向某一绘图工具不动时,有工具的功能提示。 (6) 在菜单上有当前选中的菜单项标识(即前面有小钩) 高级功能: (1) 可选择打开或关闭工具栏。 (2) 应用程序的标题栏上有程序的图标。 (3) 可以用鼠标选中绘制的某一图形。被选中的图形符号有标识(参见Word,如一直线段,其两端点上加了两个小框;矩形上有8个小框点)。 (4) 修改被选中的图形。通过鼠标的“拖拽”,可以改变图形的位置或大小。 (5) 删除被选中的图形。 其他功能: (1) 能够用鼠标操控方式,绘制曲线、文字。 (2) 能够在绘制一图形前以菜单方式设置线的线型。 (3) 撤销和恢复操作 (4) 可以调整画布的大小 (5) 可以以位图(bmp格式)方式保存绘制的图形。 (6) 修改鼠标符号为十字型
Platform: | Size: 2531265 | Author: luoshao@163.com | Hits:

[Printing programrResReportDemo

Description: 一个很好的报表控件,该控件可以制作象WORD一样的文档,可以添加BMP图,可以预览和打印,VC调用方便简单,是一个非常使用的控件资源。-a very good statements control, the controller can produce the same as Word documents, BMP can add maps, and print preview, easy to use call VC is a very use of the resource control.
Platform: | Size: 60416 | Author: ZHOUYP | Hits:

[Printing programbitmap_new

Description: 用DDK实现的虚拟打印机,可以将txt、word、PDF文档打印成图片格式(jpg,bmp)-DDK achieved using virtual printers, can be txt, word, PDF documents and printed image format (jpg, bmp)
Platform: | Size: 83968 | Author: | Hits:

[Graph DrawingBMP

Description: BMP图象解析,分析了BMP图像的结构,并且用WORD形式做了总结。程序是用MFC做的。可以显示BMP图片,是一些基础知识点-BMP image analysis, an analysis of the structure of BMP images and use of WORD to do a summary form. Procedure is to do with the MFC. Can display BMP images, some basic knowledge of point
Platform: | Size: 69632 | Author: 韩义 | Hits:

[Compress-Decompress algrithmsiwms4.6

Description: 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成 ·新闻采集功能,采集时可进行其它管理操作,采集规则导入导出 ·多任务循环采集采集,可实现网站24小时自动内容更新 ·采集支持utf-8和big5编码并能转换繁体为简体 ·新闻内其它网站图片与Flash自动下载 · jpg、gif、png、bmp图片自动加水印(水印图片及位置可设置) ·wap访问方式,方便手机用户访问网站 ·可选择上传图片区域生成标题图片 ·自动上传本地图片和word图片(word图片需使用从word粘贴功能) ·可对网页与关键静态文件进行Gzip压缩,减少服务器流量并加快网页打开速度 ·提供工具转换网站为utf-8编码,以实现多语言显示 ·Digg功能,加强网友参与度 ·会员功能,会员注册经审核并激活账号后生效,会员可以推荐新闻 ·会员属于会员组,可设置指定会员组有权阅读新闻 ·可设置会员有效期 。。。。。 首次使用:(备注) 管理员账号admin,密码admin,请登陆后修改。 -err
Platform: | Size: 1637376 | Author: | Hits:

[ISAPI-IEwangqifreev30_full

Description: 本系统采用ASP.NET内核制作,本系统最大的特点是 后台管理功能强大,网站运行速度快,支持静态输出,网站安全性极高,对搜索引擎的支持性好,24小时自动循环新闻采集,网站界面可任意定制各类精美页面.整套系统精雕细琢无一垃圾代码。 系统特点:静态页面对搜索引擎更友好,速度更快.而且更安全. 主要功能: ·集成讨论区,可作为留言版或简易论坛 ·首页、 分类、新闻、专题可生成静态页面 ·生成速度可在每分钟30页到2000页之间选择 ·首页静态文件自动定时生成 ·新闻采集功能,采集时可进行其它管理操作,采集规则导入导出 ·多任务循环采集采集,可实现网站24小时自动内容更新 ·采集支持utf-8和big5编码并能转换繁体为简体 ·新闻内其它网站图片与Flash自动下载 · jpg、gif、png、bmp图片自动加水印(水印图片及位置可设置) ·wap访问方式,方便手机用户访问网站 ·可选择上传图片区域生成标题图片 ·自动上传本地图片和word图片(word图片需使用从word粘贴功能) ·可对网页与关键静态文件进行Gzip压缩,减少服务器流量并加快网页打开速度 ·提供工具转换网站为utf-8编码,以实现多语言显示 ·Digg功能,加强网友参与度 -err
Platform: | Size: 2377728 | Author: | Hits:

[Compress-Decompress algrithmstuxiangchuli

Description: 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the curriculum design topic: The C/C++ Languages gray image coding procedures Hoffman Second, design the content and requirements: 1, with C/C++ Language to complete the design, debugging a computer program 2, on machine hours: 8 hours 3, the results are listed in the design and submitted the report of the curriculum design. Third, design methods and steps: 1, Statistics 1 BMP format the probability of gray-scale images, and displays the corresponding gray-scale value and probability 2, of this image do Huffman code and lists the results of coding. 3, calculation of the average code length and entropy values, calculate the coding efficiency. 4, all results have called displayed.
Platform: | Size: 764928 | Author: SANMIL | Hits:

[GDI-Bitmapqqw

Description: 位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。 对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。 BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。 位图文件头BITMAPFILEHEADER是一个结构,它的定义如下: typedef struct tagBITMAPFILEHEADER{ WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD bfOffBits }BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD bfOffBits ) BITMAPFILEHEADER to achieve
Platform: | Size: 187392 | Author: lypdl | Hits:

[GDI-BitmapDlgIE

Description: 在IE窗口中嵌入多种文档处理,如word、pdf、bmp等-IE window embedded in a variety of document processing, such as word, pdf, bmp, etc.
Platform: | Size: 32768 | Author: cckk | Hits:

[SCM1

Description: VGA01目录下有TTOP.BIN,下载后有如下效果: 插上显示屏: 屏幕显示两层图片,下层是静态的两个字,我的名字。 上层是一个128X64的256色图片, 插上键盘: 按键盘大键盘区的1-9,板子上的7段会有显示数字,按<-删除键删除一个数字。 visualC目录下是一个小程序,将BMP转换成rom.mif ROM存储器初始化文件。-VGA01 directory under TTOP.BIN, download the following effect: plug in the display: two-tier display picture, the lower is the word static, my name. 128X64 upper is a 256 color photos, plug in the keyboard: the keyboard great keyboard by the 1-9 zone, the board will show the number of paragraph 7, according to <- Delete key to delete a number. visualC directory is a small program to convert BMP memory initialization file rom.mif ROM.
Platform: | Size: 1695744 | Author: jinbang | Hits:

[GDI-BitmapWordArt

Description: 一个模仿Word艺术字的源代码,使用GDI+编程,可以生成各种角度和弧线的艺术字,支持文字颜色图片填充、阴影、浮雕效果。支持文字任意角度旋转,缩放,调整。支持文字艺术特效轨迹回放,路径跟踪,路径测试等很炫的功能。新版本修复了内存泄漏的问题,添加了Unicode编码的支持,生成的艺术字可以保存为一个GDI+路径的BMP,JPG,GIF图片格式。-Imitates the Word art character the source code, uses the GDI+ programming, may produce each kind of angle and the arc artistic character, supports the writing color picture to fill, the shadow, the relief effect. Support writing random angle revolving, reproduce by pantograph, adjustment. Support writing art special effect path playbacking, the way track, the path testing and so on dazzles very much function. The new edition has repaired the memory divulging question, increased the Unicode code support, the production artistic character has been possible to preserve is GDI+ the way BMP, JPG, GIF picture format.
Platform: | Size: 84992 | Author: leen | Hits:

[GDI-Bitmapyishuzi

Description: 一个模仿Word艺术字的源代码,使用GDI+编程,可以生成各种角度和弧线的艺术字,支持文字颜色图片填充、阴影、浮雕效果。支持文字任意角度旋转,缩放,调整。支持文字艺术特效轨迹回放,路径跟踪,路径测试等很炫的功能。新版本修复了内存泄漏的问题,添加了Unicode编码的支持,生成的艺术字可以保存为一个GDI+路径的BMP,JPG,GIF图片格式。 -An imitation of the source code of Word WordArt, use the GDI+ programming, you can generate a variety of angles and arcs of the art of words, to support the text color image fills, shadows, embossed feeling. Support the text at any angle rotate, zoom and adjust it. Artistic effects for text track playback, path tracking, path testing flashy features. The new version fixes a memory leak, added support for Unicode encoding to generate the art of words can be saved as a GDI+ path to BMP, JPG, GIF image formats.
Platform: | Size: 82944 | Author: 超华 | Hits:

[Graph programlcdPICK-UP

Description: 这是一个很好用的LCD图像、字模提取软件,可以转换BMP文件.-It s a useful software of picture and word model pick-up for LCD.
Platform: | Size: 199680 | Author: donghongzheng | Hits:

[Windows DevelopwordReport

Description: 制作word报表,可以插入bmp格式图片。-to make word report and you can insert bmp picture
Platform: | Size: 405504 | Author: wjg | Hits:

[OpenGL programFullScren

Description: 改编字OPENGL的全屏显示BMP的程序,可以通过鼠标切换。-OPENGL the full screen adaptation of the word BMP program, you can switch the mouse.
Platform: | Size: 2361344 | Author: 黄小波 | Hits:

[Technology Managementhelp

Description: 《KRS-A控制卡》是专为LED脱机显示屏设计的一套功能强大,使用方便,简单易学的节目制作、编辑软件,支持多种文件格式:文本文件,WORD文件,图片文件(BMP/GIF/...),表格显示,时钟显示(模拟/数字),计时显示(正计时/倒计时),采集量显示(温度)-" KRS-A control card" is designed for LED display set off a powerful, easy to use, easy to learn programming, editing software, supports multiple file formats: text files, WORD files, image files (BMP/GIF /...), table shows, the clock display (analog/digital), time display (is time/countdown), collected volume display (temperature)
Platform: | Size: 727040 | Author: zhang | Hits:
« 12 »

CodeBus www.codebus.net